..c_portalResComplaintPage_detail-01001 .pbanner {
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}

.c_portalResComplaintPage_detail-01001 .pbanner .pic img {
    width: 100%;
    display: block;
}

.c_portalResComplaintPage_detail-01001 .pbanner .pic:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.06);
    z-index: 2;
}

.c_portalResComplaintPage_detail-01001 .banner_title {
    position: absolute;
    bottom: 50px;
    left: 10%;
    color: #fff;
    z-index: 5;
    padding-left: 20px;
    -webkit-animation-name: "fadeInRight";
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
}

.c_portalResComplaintPage_detail-01001 .banner_title {
    position: absolute;
    bottom: 50px;
    left: 2%;
    color: #fff;
    z-index: 5;
    padding-left: 20px;
    -webkit-animation-name: "fadeInRight";
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
}

.c_portalResComplaintPage_detail-01001 .banner_title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.c_portalResComplaintPage_detail-01001 .banner_title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.c_portalResComplaintPage_detail-01001 .banner_title .ch {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
}

.banner_title .en {
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    font-family: times new roman,times,serif;
}

.banner_title .cy-small {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
    opacity: .4;
}

@media screen and (max-width: 768px) {
    .c_portalResComplaintPage_detail-01001 .banner_title {
        bottom: 30px;
    }

    .c_portalResComplaintPage_detail-01001 .banner_title .ch {
        font-size: 1.25rem;
    }

    .banner_title .en {
        text-transform: capitalize;
    }

    #w_grid-1578882723849 > div > .p_gridbox:after {
        display: none;
    }

    #w_grid-1656038023047 {
        padding: 0px 20px
    }

    #w_fimg-1656038023051 {
        display: none;
    }

    #w_grid-1656038023054 {
        padding: 0px 0px;
    }

    #w_grid-1656038023054 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
        padding: 0px 0px;
    }

    #w_common_text-1656038023061 p span {
        font-size: 24px;
    }

    #w_common_text-1656038768062 p span {
        font-size: 24px;
    }

    #w_grid-1656038023047 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
        margin-bottom: 0px;
    }

    #c_portalResPublic_codeContainer-16560380239861122 {
        display: none;
    }

    #c_portalResComplaintPage_detail-1652062989978 .iocn-right-box {
        margin-left: 0px;
        width: 30px;
    }

    #c_portalResComplaintPage_detail-1652062989978 .static-center {
        margin-left: 5%;
        height: 100px;
        width: 57%;
    }

    #c_portalResComplaintPage_detail-1652062989978 .list {
        border-bottom: 1px dashed #777;
        padding: 0px 0px 10px 10px;
    }

    #c_portalResComplaintPage_detail-1652062989978 .static-name {
        font-size: 20px;
        line-height: 58px;
        height: 50px;
        margin-top: 10px;
    }

    #c_portalResComplaintPage_detail-1652062989978 .static-name2 {
        height: 20px;
        font-size: 13px;
    }

    #w_grid-1656050815348 > div > .p_gridbox {
        background-size: cover;
        background-position: center center;
    }

    #c_portalResPublic_codeContainer-16560508162904978 {
        display: none;
    }
    #c_portalResPublic_credible-16560355035375053{
        margin:0 auto;
    }
    .c_portalResComplaintPage_detail-01001 .p_articles{
        margin-top:0px;
    }
    #c_portalResnav_main-16560355035067596{
        display:none;
    }
    #w_common_text-1652062989923  p span {
        font-size: 30px;
    }

   #w_common_text-1656042037613 p span {
        font-size: 30px;
    }
    #c_portalResNews_list-16560421049276690 .yx_InNewLeft{
        width:48%;
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

.pbanner .pic {
    -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
